Touch Gesture
UNREAL ASSETS
Documentation
Touch Gesture Swipe
You can refer to this video for more details: Touch Gesture Tutorial
For demo purposes it’s printing a swipe direction, where you can put your own code
Touch Gesture Swipe Component Provide easy access to swiping gestures in all four directions. (Left, Right, UP, Down)
It’s very easy to use and setup Touch Gesture Swipe Functionalities, let’s see it in action.
Step 1:
- Add Touch Gesture Swipe component to any class
Step 2:
- Drag Touch Gesture Swipe Component to Event Graph(or any other graph).
- Bind event of location swipe you want to check.